All Questions
1 question
13votes
1answer
43kviews
Where can I set global Java Options?
I have horrible, improperly-rendered fonts in Java programs such as jabref and rubymine. This can be fixed by running _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on' jabref I understand that I could ...